Event Emitter Impl
class EventEmitterImpl(sendEventFunction: (name: String, body: Any?) -> Unit, val hasListeners: StateFlow<Boolean>) : EventEmitter
Constructors
Link copied to clipboard
fun EventEmitterImpl(sendEventFunction: (name: String, body: Any?) -> Unit, hasListeners: StateFlow<Boolean>)